Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 7 - View-Related Objects / View-Related Objects Reference
Constants and Data Types


View Device Attributes

The view device attributes are a set of flags that modify the behavior of the view device object. Constants for all recognized view device attributes are defined in the gxDeviceAttributes enumeration:

enum gxDeviceAttributes{
   gxDirectDevice    = 0x01,  /* pixel image must be accessible */
   gxRemoteDevice    = 0x02,  /* pixel image may be on card */
   gxInactiveDevice  = 0x04   /* device is inactive */
};

  typedef long gxDeviceAttribute;
The individual view device attributes are described in Table 7-3 on page 7-27.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996